﻿2026-07-01T21:52:04.9639373Z ##[group]Run actions/checkout@v5
2026-07-01T21:52:04.9640198Z with:
2026-07-01T21:52:04.9640575Z   repository: SaberMage/spt-core
2026-07-01T21:52:04.9643824Z   token: ***
2026-07-01T21:52:04.9644194Z   ssh-strict: true
2026-07-01T21:52:04.9644556Z   ssh-user: git
2026-07-01T21:52:04.9644944Z   persist-credentials: true
2026-07-01T21:52:04.9645348Z   clean: true
2026-07-01T21:52:04.9645725Z   sparse-checkout-cone-mode: true
2026-07-01T21:52:04.9646155Z   fetch-depth: 1
2026-07-01T21:52:04.9646527Z   fetch-tags: false
2026-07-01T21:52:04.9646892Z   show-progress: true
2026-07-01T21:52:04.9647263Z   lfs: false
2026-07-01T21:52:04.9647615Z   submodules: false
2026-07-01T21:52:04.9648000Z   set-safe-directory: true
2026-07-01T21:52:04.9648602Z ##[endgroup]
2026-07-01T21:52:05.0438892Z Syncing repository: SaberMage/spt-core
2026-07-01T21:52:05.0440577Z ##[group]Getting Git version info
2026-07-01T21:52:05.0441231Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-01T21:52:05.0442210Z [command]/usr/bin/git version
2026-07-01T21:52:05.0442630Z git version 2.43.0
2026-07-01T21:52:05.0447441Z ##[endgroup]
2026-07-01T21:52:05.0459141Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2303bc62-852b-4a9a-9b5c-8337908ce1d6' before making global git config changes
2026-07-01T21:52:05.0460683Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T21:52:05.0462598Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T21:52:05.0501220Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-01T21:52:05.0527053Z https://github.com/SaberMage/spt-core
2026-07-01T21:52:05.0538286Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T21:52:05.0541829Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T21:52:05.0571364Z HEAD
2026-07-01T21:52:05.0606406Z ##[endgroup]
2026-07-01T21:52:05.0607892Z [command]/usr/bin/git submodule status
2026-07-01T21:52:05.0797875Z ##[group]Cleaning the repository
2026-07-01T21:52:05.0800879Z [command]/usr/bin/git clean -ffdx
2026-07-01T21:52:07.9299913Z Removing .adapter-notify/
2026-07-01T21:52:07.9300600Z Removing target/
2026-07-01T21:52:07.9311165Z [command]/usr/bin/git reset --hard HEAD
2026-07-01T21:52:07.9653235Z HEAD is now at 1afee7806 Merge 296a0a97f72ad93631f655c92438fca1301fbdbd into bac50fc3b4e57439a4480dc9739cedb05295a6be
2026-07-01T21:52:07.9659759Z ##[endgroup]
2026-07-01T21:52:07.9694599Z ##[group]Disabling automatic garbage collection
2026-07-01T21:52:07.9697976Z [command]/usr/bin/git config --local gc.auto 0
2026-07-01T21:52:07.9726201Z ##[endgroup]
2026-07-01T21:52:07.9726706Z ##[group]Setting up auth
2026-07-01T21:52:07.9731519Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T21:52:07.9755158Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T21:52:07.9948217Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T21:52:07.9974039Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T21:52:08.0155575Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T21:52:08.0182131Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T21:52:08.0372834Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-01T21:52:08.0402198Z ##[endgroup]
2026-07-01T21:52:08.0402738Z ##[group]Fetching the repository
2026-07-01T21:52:08.0408756Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1afee78060b6c35728f6b7920164002ca5f875a6:refs/remotes/pull/42/merge
2026-07-01T21:52:08.5254234Z ##[endgroup]
2026-07-01T21:52:08.5254932Z ##[group]Determining the checkout info
2026-07-01T21:52:08.5255411Z ##[endgroup]
2026-07-01T21:52:08.5259211Z [command]/usr/bin/git sparse-checkout disable
2026-07-01T21:52:08.5298116Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-01T21:52:08.5325093Z ##[group]Checking out the ref
2026-07-01T21:52:08.5333996Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/42/merge
2026-07-01T21:52:08.5381804Z HEAD is now at 1afee7806 Merge 296a0a97f72ad93631f655c92438fca1301fbdbd into bac50fc3b4e57439a4480dc9739cedb05295a6be
2026-07-01T21:52:08.5389022Z ##[endgroup]
2026-07-01T21:52:08.5427380Z [command]/usr/bin/git log -1 --format=%H
2026-07-01T21:52:08.5455659Z 1afee78060b6c35728f6b7920164002ca5f875a6
